﻿2026-08-18T07:32:33.1909259Z ##[group]Run actions/checkout@v5
2026-08-18T07:32:33.1910204Z with:
2026-08-18T07:32:33.1910644Z   repository: BigscreenVR/spt-bs-core
2026-08-18T07:32:33.1914633Z   token: ***
2026-08-18T07:32:33.1915092Z   ssh-strict: true
2026-08-18T07:32:33.1915477Z   ssh-user: git
2026-08-18T07:32:33.1915781Z   persist-credentials: true
2026-08-18T07:32:33.1916127Z   clean: true
2026-08-18T07:32:33.1916431Z   sparse-checkout-cone-mode: true
2026-08-18T07:32:33.1916769Z   fetch-depth: 1
2026-08-18T07:32:33.1917048Z   fetch-tags: false
2026-08-18T07:32:33.1917359Z   show-progress: true
2026-08-18T07:32:33.1917650Z   lfs: false
2026-08-18T07:32:33.1917942Z   submodules: false
2026-08-18T07:32:33.1918323Z   set-safe-directory: true
2026-08-18T07:32:33.1918659Z   allow-unsafe-pr-checkout: false
2026-08-18T07:32:33.1919233Z ##[endgroup]
2026-08-18T07:32:33.3887175Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T07:32:33.3888511Z ##[group]Getting Git version info
2026-08-18T07:32:33.3889035Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-18T07:32:33.4154264Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-18T07:32:33.4975806Z git version 2.43.0.windows.1
2026-08-18T07:32:33.5009204Z ##[endgroup]
2026-08-18T07:32:33.5019489Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\c89821f1-c062-4cde-a6bf-47f6ddec6d49\.gitconfig'
2026-08-18T07:32:33.5036175Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c89821f1-c062-4cde-a6bf-47f6ddec6d49' before making global git config changes
2026-08-18T07:32:33.5037748Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T07:32:33.5043491Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-18T07:32:33.5311943Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-18T07:32:33.6036809Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T07:32:33.6060717Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T07:32:33.6065450Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T07:32:33.6302859Z refs/heads/diag/pump-188-heartbeat
2026-08-18T07:32:33.6325686Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-08-18T07:32:33.7341123Z HEAD is now at fe5febdc9 diag(pump): instrument pump round liveness for releases#188
2026-08-18T07:32:33.9875092Z ##[endgroup]
2026-08-18T07:32:33.9878547Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-18T07:32:35.0423260Z ##[group]Cleaning the repository
2026-08-18T07:32:35.0427458Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-18T07:32:38.1296700Z Removing .adapter-notify/
2026-08-18T07:32:38.1297151Z Removing target/
2026-08-18T07:32:38.1325134Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-18T07:32:38.2894063Z HEAD is now at fe5febdc9 diag(pump): instrument pump round liveness for releases#188
2026-08-18T07:32:38.2924257Z ##[endgroup]
2026-08-18T07:32:38.2928875Z ##[group]Disabling automatic garbage collection
2026-08-18T07:32:38.2934773Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-18T07:32:38.3194951Z ##[endgroup]
2026-08-18T07:32:38.3195352Z ##[group]Setting up auth
2026-08-18T07:32:38.3201687Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-18T07:32:38.4056678Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-18T07:32:39.3780711Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T07:32:39.4640195Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-18T07:32:39.9130770Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T07:32:39.9364873Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-18T07:32:40.4112508Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-18T07:32:40.4474173Z ##[endgroup]
2026-08-18T07:32:40.4474617Z ##[group]Fetching the repository
2026-08-18T07:32:40.4485390Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f3d40f17c2830d127525c11bfe1d053eb7b1acd6:refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T07:32:41.7820940Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-18T07:32:41.7821934Z  + fe5febdc9...f3d40f17c f3d40f17c2830d127525c11bfe1d053eb7b1acd6 -> origin/diag/pump-188-heartbeat  (forced update)
2026-08-18T07:32:41.7974137Z ##[endgroup]
2026-08-18T07:32:41.7974643Z ##[group]Determining the checkout info
2026-08-18T07:32:41.7975682Z ##[endgroup]
2026-08-18T07:32:41.7981487Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-18T07:32:41.8374916Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-18T07:32:41.9127612Z ##[group]Checking out the ref
2026-08-18T07:32:41.9128422Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B diag/pump-188-heartbeat refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T07:32:42.0486540Z branch 'diag/pump-188-heartbeat' set up to track 'origin/diag/pump-188-heartbeat'.
2026-08-18T07:32:42.0487144Z Your branch is up to date with 'origin/diag/pump-188-heartbeat'.
2026-08-18T07:32:42.0487675Z Previous HEAD position was fe5febdc9 diag(pump): instrument pump round liveness for releases#188
2026-08-18T07:32:42.0488150Z Switched to and reset branch 'diag/pump-188-heartbeat'
2026-08-18T07:32:42.0515509Z ##[endgroup]
2026-08-18T07:32:42.1349314Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-18T07:32:42.1627325Z f3d40f17c2830d127525c11bfe1d053eb7b1acd6
